This repository has been archived by the owner on Mar 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
ios upload image should cut the charset=utf-8 in http request header #711
Open
Tim-Burbank
wants to merge
283
commits into
wkh237:0.10.9
Choose a base branch
from
joltup:master
base: 0.10.9
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…fetch-blob into exception_fixes
Implement `requiresMainQueueSetup`, fixes #553
Inform linter that we're handling android api versions correctly
Synchronized tables, separated requests and network logic and other...
RN > 0.49 requires to implement requiresMainQueueSetup. this fix and suppress that yellow box warning ``` Module RNFetchBlob requires main queue setup since it overrides `init` but doesn't implement `requiresMainQueueSetup`. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of. ```
Update README with proper status code handling
Fix typo: "Status" instead of "Statu"
compatible with RN > 0.49
Bug Fix: getExternalFilesDir null check
Response typo
There are a million issues around people having issues with automatically linking and having a link to manual instructions would address a lot of these up front. This also follows the instructions pattern of most react native modules.
Add manual linking instructions
use mavenCentral
fix: callback invoke
use lodash/reduce replace lodash import
Fix addAndroidDownloads for paths containing %
Fix issue #26
Remove iOS7 polyfill for containsString
Resolve #722 "iOS Release network requests not completing"
[Android] Fix actionViewIntent for SDK < 24
Bugfix/ios fix create file base64
Added support for Android API 29 and API 30
Fix compatibility with 0.69.0
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thank you for making a pull request ! Just a gentle reminder :)